home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Open Kart / data1.cab / Level_0_English_Data / menu_arcade.txt < prev    next >
Encoding:
Text File  |  2001-05-10  |  15.4 KB  |  880 lines

  1. ;//****************** ARCADE COURSE SIMPLE (A1) *************************
  2. new Container
  3. {
  4.     name "container_arcade_course_simple"
  5.     z 1
  6.  
  7.     background "data/menus/i_bg_arcade_640_0.nif"
  8.     
  9.  
  10.     on_idle ActionIdleManager
  11.     {
  12.         current_menu 10
  13.     }    
  14.     
  15.     
  16.     
  17.     
  18.     new MenuButton
  19.     {
  20.         name "titre_fenetre_course_simple"
  21.         x 0.749
  22.         y 0.85
  23.         size_x 0.25
  24.         size_y 0.163
  25.         visible 1
  26.         text "Arcade"
  27.         text_size 0.45
  28.         text_initial_color <0,0.66,1,1>
  29.         normal_image "data/menus/i_titre_bouton.nif"
  30.         highlight_image ""
  31.     }
  32.     new MenuButton
  33.     {
  34.         ;// Config du kart
  35.         x 0.012
  36.         y 0.75
  37.         text "Kart"
  38.         text2 "Setup"
  39.         text_size 0.19
  40.  
  41.         change_script "menu_arcade_config_kart.txt"
  42.         change_container "container_arcade_champ_config_kart_single"
  43.         change_nofade "true"
  44.     }
  45.     new MenuButton
  46.     {
  47.         ;// Course simple
  48.         x 0.012
  49.         y 0.85
  50.         text "Basic"
  51.         text2 "Race"
  52.         text_initial_color <0,0.66,1,1>
  53.         highlight_image ""
  54.     }
  55.  
  56.     ;// ATTENTION - TOUT CE QUI SUIT ET QUI CONCERNE LES INFOS SUR LA MAP
  57.     ;// DOIVENT ETRE PAREILLE A L'ECRAN A6
  58.     new Button
  59.     {
  60.         ;// Arcade - Pour les info de Map
  61.         x 0.17
  62.         y 0.75 ;0.71
  63.         size_x 0.35
  64.         size_y 0.21
  65.         state_normal ActionAnimableImage
  66.         {
  67.             list ("data/menus/i_arcade_ovale.nif")
  68.         }
  69.     }
  70.     new FastFont
  71.     {
  72.         ;// Titre de la map dans le haut
  73.         name "arcade_cs_map_preview_text"
  74.         x 0.34
  75.         y 0.865 ;0.824
  76.         auto_center 1
  77.         ratio 0.27
  78.         text "Arizona"
  79.         initial_color <1,1,1,1>
  80.     }
  81.     new FastFont
  82.     {
  83.         ;// Commentaire.. explication... sais pas ?
  84.         name "arcade_cs_map_preview_comment"
  85.         x 0.34
  86.         y 0.795 ;0.752
  87.         ratio 0.27        
  88.         text "Short"
  89.         initial_color <1,1,1,1>
  90.     }
  91.     new Button
  92.     {
  93.         ;// Map preview
  94.         name "arcade_cs_map_preview_button"
  95.         x 0.51 ;0.53
  96.         y 0.75 ;0.715
  97.         z 0.9
  98.         size_x 0.26
  99.         size_y 0.19
  100.     }
  101.  
  102. ;// ***** BEGIN "CLASSE DE KART" *****
  103.  
  104.     new MenuButton
  105.     {
  106.         x 0.26
  107.         y 0.525
  108.         z 0.9
  109.         size_x 0.17 ;0.21
  110.         size_y 0.15 ;0.20
  111.         normal_image "data/menus/i_carre_listbox.nif"
  112.         highlight_image ""
  113.     }
  114.  
  115.     new MenuButton
  116.     {
  117.         ;//Image de check
  118.         name "classe_de_kart_cs"
  119.         x 0.3
  120.         y 0.590
  121.         size_x 0.024
  122.         size_y 0.04
  123.         normal_image "data/menus/i_coche_oui.nif"
  124.         highlight_image ""
  125.     }
  126.  
  127.     new FastFont
  128.     {
  129.         ;// Texte : Classe de kart
  130.         x 0.34
  131.         y 0.635
  132.         auto_center 1
  133.         ratio 0.205
  134.         text "Kart Class"
  135.         initial_color <1,1,1,1>
  136.     }
  137.  
  138.     new FastFont
  139.     {
  140.         name "classe_100cc"
  141.         x 0.35
  142.         y 0.595
  143.         ratio 0.22
  144.         text "100cc"
  145.         initial_color <0.99,0.61,0,1>
  146.         select_color <1,1,0,1>
  147.         over_color <0,0.66,1,1>
  148.         on_click ActionStateManagerInterface
  149.         {
  150.             request_type 2009
  151.         }
  152.     }
  153.  
  154.     new FastFont
  155.     {
  156.         name "classe_125cc"
  157.         x 0.35
  158.         y 0.565
  159.         ratio 0.22
  160.         text "125cc"
  161.         initial_color <0.99,0.61,0,1>
  162.         select_color <1,1,0,1>
  163.         over_color <0,0.66,1,1>
  164.  
  165.         on_click ActionStateManagerInterface
  166.         {
  167.             request_type 2010
  168.         }
  169.     }
  170.  
  171.     new FastFont
  172.     {
  173.         name "classe_250cc"
  174.         x 0.35
  175.         y 0.535
  176.         ratio 0.22
  177.         text "250cc"
  178.         initial_color <0.99,0.61,0,1>
  179.         select_color <1,1,0,1>
  180.         over_color <0,0.66,1,1>
  181.  
  182.         on_click ActionStateManagerInterface
  183.         {
  184.             request_type 2011
  185.         }
  186.     }
  187.  
  188. ;// ***** END "CLASSE DE KART" *****
  189.  
  190.     new List
  191.     {
  192.         name "course_simple_liste"
  193.         x 0.44 ;0.38
  194.         y 0.375 ;0.34
  195.         z 0.9
  196.         size_x 0.35
  197.         size_y 0.3 ;0.33
  198.         background "data/menus/i_carre_listbox.nif"
  199.  
  200.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  201.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  202.         SliderFile "data/menus/i_progress_bouton.nif"
  203.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  204.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  205.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  206.  
  207.         selection_type 3
  208.         display_type 1
  209.     }
  210.  
  211.  
  212.     new FastFont
  213.     {
  214.         ;// Nombre de tours - caption
  215.         x 0.89
  216.         y 0.76
  217.         auto_center 1
  218.         ratio 0.205        
  219.         text "Number of laps"
  220.         initial_color <1,1,1,1>
  221.     }
  222.     new FastFont
  223.     {
  224.         ;// Nombre de tours
  225.         name "arcade_cs_nbrtours"
  226.         x 0.89 ;0.838
  227.         y 0.715 ;0.64
  228.         auto_center 1
  229.         ratio 0.25 ;0.35
  230.         text "02"
  231.         initial_color <0,0.66,1,1>
  232.     }
  233.     new MenuButton
  234.     {
  235.         ;// Fleche vers la gauche
  236.         name "arcade_cs_tour_fleche_moins"
  237.         x 0.83
  238.         y 0.71 ;0.64
  239.         size_x 0.045
  240.         size_y 0.045
  241.         normal_image "data/menus/i_triangle_orange.nif"
  242.         highlight_image "data/menus/i_triangle_bleu.nif"
  243.  
  244.         ;// eARCADE_TOUR_MOINS
  245.         state_manager "2001"
  246.     }
  247.     new MenuButton
  248.     {
  249.         ;// Fleche vers la droite
  250.         name "arcade_cs_tour_fleche_plus"
  251.         x 0.905
  252.         y 0.71 ;0.64
  253.         size_x 0.045
  254.         size_y 0.045
  255.         normal_image "data/menus/i_triangle_orange_flip.nif"
  256.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  257.  
  258.         ;// eARCADE_TOUR_PLUS
  259.         state_manager "2000"
  260.     }
  261.  
  262.     new MenuButton
  263.     {
  264.         name "background_nombre_de_tours"
  265.         x 0.805
  266.         y 0.70
  267.         z 0.9
  268.         size_x 0.17
  269.         size_y 0.1
  270.         normal_image "data/menus/i_carre_listbox.nif"
  271.         highlight_image ""
  272.     }
  273.  
  274.     new FastFont
  275.     {
  276.         ;// Nombre de voitures - caption
  277.         x 0.89 ;0.74
  278.         y 0.64
  279.         auto_center 1
  280.         ratio 0.205
  281.         text "Number of karts"
  282.         initial_color <1,1,1,1>
  283.     }
  284.     new FastFont
  285.     {
  286.         ;// Nombre de voitures
  287.         name "arcade_cs_nbrvoitures"
  288.         x 0.89 ;0.838
  289.         y 0.595
  290.         auto_center 1
  291.         ratio 0.25
  292.         text "12"
  293.         initial_color <0,0.66,1,1>
  294.     }
  295.     new MenuButton
  296.     {
  297.         ;// Fleche vers la gauche
  298.         name "arcade_cs_voiture_fleche_moins"
  299.         x 0.83 ;0.795
  300.         y 0.59 ;0.54
  301.         size_x 0.045
  302.         size_y 0.045
  303.         normal_image "data/menus/i_triangle_orange.nif"
  304.         highlight_image "data/menus/i_triangle_bleu.nif"
  305.  
  306.         ;// eARCADE_NB_CAR_MOINS
  307.         state_manager "2002"
  308.     }
  309.     new MenuButton
  310.     {
  311.         ;// Fleche vers la droite
  312.         name "arcade_cs_voiture_fleche_plus"
  313.         x 0.905 ;0.87
  314.         y 0.59 ;0.54
  315.         size_x 0.045
  316.         size_y 0.045
  317.         normal_image "data/menus/i_triangle_orange_flip.nif"
  318.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  319.  
  320.         ;// eARCADE_NB_CAR_PLUS
  321.         state_manager "2003"
  322.     }
  323.  
  324.     new MenuButton
  325.     {
  326.         name "background_nombre_de_voitures"
  327.         x 0.805
  328.         y 0.58
  329.         z 0.9
  330.         size_x 0.17
  331.         size_y 0.1
  332.         normal_image "data/menus/i_carre_listbox.nif"
  333.         highlight_image ""
  334.     }
  335.  
  336.     new MenuButton
  337.     {
  338.         name "background_prΘvision_mΘtΘo"
  339.         x 0.805
  340.         y 0.36
  341.         z 0.9
  342.         size_x 0.17
  343.         size_y 0.20
  344.         normal_image "data/menus/i_carre_listbox.nif"
  345.         highlight_image ""
  346.     }
  347.  
  348.     new FastFont
  349.     {
  350.         ;// TempΘrature extΘrieure
  351.         x 0.89 ;0.74
  352.         y 0.52
  353.         auto_center 1
  354.         ratio 0.205        
  355.         text "Weather Forecast"
  356.         initial_color <1,1,1,1>
  357.     }
  358.     new Button
  359.     {
  360.         ;// Image de Check
  361.         name "arcade_cs_check_temp"
  362.         x 0.835
  363.         y 0.435
  364.         size_x 0.024
  365.         size_y 0.04
  366.         
  367.         state_normal ActionAnimableImage
  368.         {
  369.             list ("data/menus/i_coche_oui.nif")
  370.         }
  371.     }
  372.     new FastFont
  373.     {
  374.         ;// Ensoleillee
  375.         name "arcade_cs_ensoleillee"
  376.         x 0.88 ;0.81
  377.         y 0.475
  378.         ratio 0.23
  379.         text "Sunny"
  380.         initial_color <0.99,0.61,0,1>
  381.         select_color <1,1,0,1>
  382.         over_color <0,0.66,1,1>
  383.  
  384.         on_click ActionStateManagerInterface
  385.         {
  386.             ;eARCADE_CS_ENSOLEILLEE
  387.             request_type 2004
  388.         }
  389.     }
  390.     new FastFont
  391.     {
  392.         ;// Moderee
  393.         name "arcade_cs_moderee"
  394.         x 0.88 ;0.81
  395.         y 0.44
  396.         ratio 0.23
  397.         text "Fog"
  398.         initial_color <0.99,0.61,0,1>
  399.         select_color <1,1,0,1>
  400.         over_color <0,0.66,1,1>
  401.  
  402.         on_click ActionStateManagerInterface
  403.         {
  404.             ;// eARCADE_CS_MODEREE
  405.             request_type 2005
  406.         }
  407.     }
  408.     new FastFont
  409.     {
  410.         ;// Pluvieux
  411.         name "arcade_cs_pluvieux"
  412.         x 0.88 ;0.81
  413.         y 0.405
  414.         ratio 0.23
  415.         text "Rain"
  416.         initial_color <0.99,0.61,0,1>
  417.         select_color <1,1,0,1>
  418.         over_color <0,0.66,1,1>
  419.  
  420.         on_click ActionStateManagerInterface
  421.         {
  422.             ;// eARCADE_CS_PLUVIEUX
  423.             request_type 2006
  424.         }
  425.     }
  426.     new FastFont
  427.     {
  428.         ;// Variable
  429.         name "arcade_cs_variable"
  430.         x 0.88 ;0.81
  431.         y 0.37
  432.         ratio 0.23
  433.         text "Variable"
  434.         initial_color <0.99,0.61,0,1>
  435.         select_color <1,1,0,1>
  436.         over_color <0,0.66,1,1>
  437.         
  438.         on_click ActionStateManagerInterface
  439.         {
  440.             ;// eARCADE_CS_VARIABLE
  441.             request_type 2007
  442.         }
  443.     }
  444.     new Button
  445.     {
  446.         ;// Race selector (Blue circle)
  447.         x 0.48
  448.         y 0.177
  449.         z 0.9
  450.         size_x 0.3
  451.         size_y 0.17
  452.  
  453.         state_normal ActionAnimableImage
  454.         {
  455.             list ("data/menus/i_ovale_start.nif")
  456.         }
  457.     }
  458.     new FastFont
  459.     {
  460.         ;// Course
  461.         x 0.6
  462.         y 0.23
  463.         ratio 0.5
  464.         text "Race"
  465.  
  466.         on_click ActionStateManagerInterface
  467.         {
  468.             ; eARCADE_CS_COURSE
  469.             request_type 2012
  470.         }
  471.  
  472.         initial_color <0.99,0.61,0,1>
  473.         select_color <1,1,0,1>
  474.         over_color <0,0.66,1,1>
  475.     }
  476.     new MenuButton
  477.     {
  478.         ;// Retour
  479.         x 0.74
  480.         y 0.07
  481.         text "Main"
  482.         text2 "Menu"
  483.  
  484.         ;eCHAMPIONSHIP_CONFIRM_RETURN
  485.         state_manager "1210"
  486.     }
  487. }
  488.  
  489. ;//********* MENU ARCADE - CHAMPIONNAT SELECTION PISTES *********
  490. new Container
  491. {
  492.     name "container_arcade_championnat_selection"
  493.     z 1
  494.  
  495.     background "data/menus/i_bg_arcade_640_0.nif"
  496.  
  497.     on_idle ActionIdleManager
  498.     {
  499.         ; eMENU_AR_CHAMPIONNAT_SELECTION
  500.         current_menu 1015
  501.     }
  502.     
  503.     new MenuButton
  504.     {
  505.         name "titre_fenetere_arcade_championnat"
  506.         x 0.749
  507.         y 0.85
  508.         size_x 0.25
  509.         size_y 0.163
  510.         text "Arcade"
  511.         text_size 0.45
  512.         text_initial_color <0,0.66,1,1>
  513.         normal_image "data/menus/i_titre_bouton.nif"
  514.         highlight_image ""
  515.     }
  516.     new MenuButton
  517.     {
  518.         ;//background_nombre_de_course
  519.         x 0.44
  520.         y 0.69
  521.         z 0.9
  522.         size_x 0.35
  523.         size_y 0.04
  524.         normal_image "data/menus/i_carre_listbox.nif"
  525.         highlight_image ""
  526.     }
  527.     new FastFont
  528.     {
  529.         ;// Nombre de course
  530.         x 0.4625
  531.         y 0.695
  532.         ratio 0.22        
  533.         text "No. of races selected :"
  534.     }
  535.     new FastFont
  536.     {
  537.         ;// Nombre de course
  538.         name "arcade_nbr_course"
  539.         x 0.74
  540.         y 0.6925
  541.         ratio 0.30
  542.         text ""
  543.         initial_color <1,1,1,1>
  544.     }
  545.  
  546.     new MenuButton
  547.     {
  548.         ;//Background_classe_de_kart
  549.         x 0.26
  550.         y 0.525
  551.         z 0.9
  552.         size_x 0.17 ;0.21
  553.         size_y 0.15 ;0.20
  554.         normal_image "data/menus/i_carre_listbox.nif"
  555.         highlight_image ""
  556.     }
  557.  
  558.     new FastFont
  559.     {
  560.         ;// Texte : Classe de kart
  561.         x 0.34
  562.         y 0.635
  563.         auto_center 1
  564.         ratio 0.205
  565.         text "Kart Class"
  566.         initial_color <1,1,1,1>
  567.     }
  568.  
  569.     new FastFont
  570.     {
  571.         name "arcade_champ_100cc_button"
  572.         x 0.35
  573.         y 0.595
  574.         ratio 0.22
  575.         text "100cc"
  576.         initial_color <0.99,0.61,0,1>
  577.         select_color <1,1,0,1>
  578.         over_color <0,0.66,1,1>
  579.         on_click ActionStateManagerInterface
  580.         {
  581.             request_type 2009
  582.         }
  583.     }
  584.     new FastFont
  585.     {
  586.         name "arcade_champ_125cc_button"
  587.         x 0.35
  588.         y 0.565
  589.         ratio 0.22
  590.         text "125cc"
  591.         initial_color <0.99,0.61,0,1>
  592.         select_color <1,1,0,1>
  593.         over_color <0,0.66,1,1>
  594.         on_click ActionStateManagerInterface
  595.         {
  596.             request_type 2010
  597.         }
  598.     }
  599.     new FastFont
  600.     {
  601.         name "arcade_champ_250cc_button"
  602.         x 0.35
  603.         y 0.535
  604.         ratio 0.22
  605.         text "250cc"
  606.         initial_color <0.99,0.61,0,1>
  607.         select_color <1,1,0,1>
  608.         over_color <0,0.66,1,1>
  609.         on_click ActionStateManagerInterface
  610.         {
  611.             request_type 2011
  612.         }
  613.     }
  614.     new MenuButton
  615.     {
  616.         ;//Image de check
  617.         name "classe_de_kart_champ"
  618.         x 0.3
  619.         y 0.590        
  620.         size_x 0.024
  621.         size_y 0.04
  622.         normal_image "data/menus/i_coche_oui.nif"
  623.         highlight_image ""
  624.     }
  625.  
  626.     ;// ATTENTION - TOUT CE QUI SUIT ET QUI CONCERNE LES INFOS SUR LA MAP
  627.     ;// DOIVENT ETRE PAREILLE A L'ECRAN A6
  628.     new Button
  629.     {
  630.         ;// Arcade - Pour les info de Map
  631.         x 0.17
  632.         y 0.75
  633.         size_x 0.35
  634.         size_y 0.21
  635.         state_normal ActionAnimableImage
  636.         {
  637.             list ("data/menus/i_arcade_ovale.nif")
  638.         }
  639.     }
  640.     new FastFont
  641.     {
  642.         ;// Titre de la map dans le haut
  643.         name "arcade_champ_map_preview_text"
  644.         x 0.34 ;0.195
  645.         y 0.865 ;0.824
  646.         auto_center 1
  647.         ratio 0.27
  648.         initial_color <1,1,1,1>
  649.     }
  650.     new FastFont
  651.     {
  652.         ;// Commentaire.. explication... sais pas ?
  653.         name "arcade_champ_map_preview_comment"
  654.         x 0.34
  655.         y 0.795
  656.         ratio 0.27        
  657.         initial_color <1,1,1,1>
  658.     }
  659.     new Button
  660.     {
  661.         ;// Map preview
  662.         name "arcade_champ_map_preview_button"
  663.         x 0.51
  664.         y 0.75
  665.         z 0.9
  666.         size_x 0.26
  667.         size_y 0.19
  668.     }
  669.     new List
  670.     {
  671.         name "arcade_championnat_championnat_liste"
  672.         x 0.44 
  673.         y 0.375
  674.         z 0.9         
  675.         size_x 0.35 
  676.         size_y 0.3 
  677.         background "data/menus/i_carre_listbox.nif"
  678.  
  679.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  680.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  681.         SliderFile "data/menus/i_progress_bouton.nif"
  682.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  683.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  684.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  685.  
  686.         selection_type 1
  687.         display_type 1
  688.     }
  689.     new FastFont
  690.     {
  691.         ;// Nombre de tours - caption
  692.         x 0.89 
  693.         y 0.64
  694.         auto_center 1
  695.         ratio 0.205    
  696.         text "Number of laps"
  697.         initial_color <1,1,1,1>
  698.     }
  699.     new FastFont
  700.     {
  701.         ;// Nombre de tours
  702.         name "arcade_champ_nbrtours"
  703.         x 0.89
  704.         y 0.59
  705.         auto_center 1
  706.         ratio 0.25 ;0.35
  707.         text "02"
  708.         initial_color <0,0.66,1,1>
  709.     }
  710.     new MenuButton
  711.     {
  712.         ;// Fleche vers la gauche
  713.         name "arcade_champ_tour_fleche_moins"
  714.         x 0.83 ;0.795
  715.         y 0.585 ;0.54
  716.         size_x 0.045
  717.         size_y 0.045
  718.         normal_image "data/menus/i_triangle_orange.nif"
  719.         highlight_image "data/menus/i_triangle_bleu.nif"
  720.  
  721.         ;// eARCADE_TOUR_MOINS
  722.         state_manager "2001"
  723.     }
  724.     new MenuButton
  725.     {
  726.         ;// Fleche vers la droite
  727.         name "arcade_champ_tour_fleche_plus"
  728.         x 0.905 ;0.87
  729.         y 0.585 ;0.54
  730.         size_x 0.045
  731.         size_y 0.045
  732.         normal_image "data/menus/i_triangle_orange_flip.nif"
  733.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  734.  
  735.         ;// eARCADE_TOUR_PLUS
  736.         state_manager "2000"
  737.     }
  738.     new MenuButton
  739.     {
  740.         name "background_nombre_de_tours"
  741.         x 0.805
  742.         y 0.575
  743.         z 0.9
  744.         size_x 0.17
  745.         size_y 0.1
  746.         normal_image "data/menus/i_carre_listbox.nif"
  747.         highlight_image ""
  748.     }
  749.     new FastFont
  750.     {
  751.         ;// TempΘrature extΘrieure
  752.         x 0.89 ;0.74
  753.         y 0.52 ;0.49
  754.         auto_center 1
  755.         ratio 0.205 ;0.3        
  756.         text "Weather Forecast"
  757.         initial_color <1,1,1,1>
  758.     }
  759.     new Button
  760.     {
  761.         ;// Image de Check
  762.         name "arcade_champ_check_temp"
  763.         x 0.835 ;0.76
  764.         y 0.435
  765.         size_x 0.024 ;0.034
  766.         size_y 0.04 ;0.05
  767.         
  768.         state_normal ActionAnimableImage
  769.         {
  770.             list ("data/menus/i_coche_oui.nif")
  771.         }
  772.     }
  773.     new FastFont
  774.     {
  775.         ;// Ensoleillee
  776.         name "arcade_champ_ensoleillee"
  777.         x 0.88 ;0.81
  778.         y 0.475 ;0.44
  779.         ratio 0.23
  780.         text "Sunny"
  781.         initial_color <0.99,0.61,0,1>
  782.         select_color <1,1,0,1>
  783.         over_color <0,0.66,1,1>
  784.  
  785.         on_click ActionStateManagerInterface
  786.         {
  787.             ;eARCADE_CS_ENSOLEILLEE
  788.             request_type 2004
  789.         }
  790.     }
  791.     new FastFont
  792.     {
  793.         ;// Moderee
  794.         name "arcade_champ_moderee"
  795.         x 0.88 ;0.81
  796.         y 0.44 ;0.4
  797.         ratio 0.23
  798.         text "Fog"
  799.         initial_color <0.99,0.61,0,1>
  800.         select_color <1,1,0,1>
  801.         over_color <0,0.66,1,1>
  802.  
  803.         on_click ActionStateManagerInterface
  804.         {
  805.             ;// eARCADE_CS_MODEREE
  806.             request_type 2005
  807.         }
  808.     }
  809.     new FastFont
  810.     {
  811.         ;// Pluvieux
  812.         name "arcade_champ_pluvieux"
  813.         x 0.88 
  814.         y 0.405
  815.         ratio 0.23
  816.         text "Rain"
  817.         initial_color <0.99,0.61,0,1>
  818.         select_color <1,1,0,1>
  819.         over_color <0,0.66,1,1>
  820.  
  821.         on_click ActionStateManagerInterface
  822.         {
  823.             ;// eARCADE_CS_PLUVIEUX
  824.             request_type 2006
  825.         }
  826.     }
  827.     new FastFont
  828.     {
  829.         ;// Variable
  830.         name "arcade_champ_variable"
  831.         x 0.88 
  832.         y 0.37 
  833.         ratio 0.23
  834.         text "Variable"
  835.         initial_color <0.99,0.61,0,1>
  836.         select_color <1,1,0,1>
  837.         over_color <0,0.66,1,1>
  838.         
  839.         on_click ActionStateManagerInterface
  840.         {
  841.             ;// eARCADE_CS_VARIABLE
  842.             request_type 2007
  843.         }
  844.     }
  845.     new MenuButton
  846.     {
  847.         name "background_prΘvision_mΘtΘo"
  848.         x 0.805
  849.         y 0.36
  850.         z 0.9
  851.         size_x 0.17
  852.         size_y 0.20
  853.         normal_image "data/menus/i_carre_listbox.nif"
  854.         highlight_image ""
  855.     }
  856.     new MenuButton
  857.     {
  858.         name "arcade_championnat_creer_accepter"
  859.         ;// Accepter
  860.         x 0.7
  861.         y 0.07
  862.         text "Accept"
  863.  
  864.         ;eARCADE_CHAMP_GO        
  865.         state_manager "2021"
  866.     }
  867.     new MenuButton
  868.     {
  869.         ;// Retour
  870.         x 0.85
  871.         y 0.07
  872.         text "Main"
  873.         text2 "Menu"
  874.  
  875.         change_script "menu_principal.txt"
  876.         change_container "container_menu_principal"
  877.     }
  878. }
  879.  
  880.